home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / ToDo / English.lproj / ToDo.nib / data.classes next >
Encoding:
Text File  |  1996-04-03  |  481 b   |  19 lines

  1. "SelectionNotifMatrix" = {ACTIONS = ("copyItem:", "cutItem:", "pasteItem:"); SUPERCLASS = NSMatrix; };
  2. "ToDoController" = {
  3.     ACTIONS = (
  4.         "closeDoc:", 
  5.         "copyItem:", 
  6.         "cutItem:", 
  7.         "newDoc:", 
  8.         "openDoc:", 
  9.         "pasteItem:", 
  10.         "saveDoc:", 
  11.         "showInfo:", 
  12.         "showInspector:", 
  13.         "showPreferences:"
  14.     ); 
  15.     OUTLETS = (inspector); 
  16.     SUPERCLASS = NSObject; 
  17. };
  18. "FirstResponder" = {CATEGORY = LocalActions; };
  19.